home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / POCKETD.ARJ / ATTRIB.BAT next >
DOS Batch File  |  1992-05-23  |  270b  |  12 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. if "%1"=="" goto usage
  4. d /IhF^A[%1] %2 %3 %4 %5 %6 %7 %8 %9
  5. goto exit
  6. :usage
  7. echo Set attributes for matching filespecs.
  8. echo usage: ATTRIB flags f1 f2 f3..
  9. echo where 'flags' is {+-flag} e.g. ATTRIB +ah-r FRED*.* *.C
  10. :exit
  11.  
  12.